Skip to content

Conversation

lanzafame
Copy link
Collaborator

@lanzafame lanzafame commented Sep 11, 2024

This PR updates the lite-node tutorial fixing multiple issues.

@lanzafame lanzafame self-assigned this Sep 11, 2024
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.21.1.linux-amd64.tar.gz
wget https://go.dev/dl/go1.21.7.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.21.7.linux-amd64.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc && source ~/.bashrc
Copy link
Contributor

@smagdali smagdali Sep 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a while, when I had more time, do a global replace whenever there was a new lotus release, or a go update Should we (outside of github), set up some kind of alert to keep us doing this...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a workflow over in IPFS Docs that does this. Might be as easy as copying-and-pasting into this repo: https://github.com/ipfs/ipfs-docs/blob/main/.github/workflows/update-on-new-ipfs-tag.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created an issue to track this as noticed some Lotus references are outdated: #2348

I also gave some pointers of how this is automated in lotus-docs.

johnnymatthews and others added 2 commits September 11, 2024 13:38
Look, I've no idea why I'm still contributing to Filecoin Docs -- I just
can't let things go. Anyway, here we are. This PR:

- Splits getting the latest Lotus version and checking out to that tag
into two different steps, for clarity.
- Generally fixes grammar and copy issues throughout the page.
- Fixes a couple of funky formatting issues.
Clarifies git checkout steps. Cleans up grammar and formatting.
@smagdali smagdali merged commit 9660f6e into filecoin-project:main Sep 12, 2024
1 check failed
@lanzafame lanzafame deleted the update-lite-node-tutorial branch September 15, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants